home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_netUpdate.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  1.3 KB  |  42 lines

  1. /*****************************************************************************
  2.   FILE           : ui_netUpdate.h
  3.   SHORTNAME      : netUpdat.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Tilman Sommer
  10.   DATE           : 18.5.1990
  11.  
  12.   CHANGED BY     : Guenter Mamier
  13.   IDENTIFICATION : @(#)ui_netUpdate.h    1.10 3/2/94
  14.   SCCS VERSION   : 1.10
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.              
  19. ******************************************************************************/
  20.  
  21.  
  22. #ifndef _UI_NETUPDATE_DEFINED_
  23. #define _UI_NETUPDATE_DEFINED_
  24.  
  25. extern void ui_net_drawLink (struct Ui_DisplayType *, FlagType, int, int, 
  26.                  FlintType, Bool);
  27. extern void ui_net_drawUnit (struct Ui_DisplayType *, FlagType, int, Bool);
  28. extern void ui_net_drawAllLinksToUnit (struct Ui_DisplayType *, FlagType, 
  29.                        int, Bool);
  30. extern void ui_net_drawAllLinksFromUnit (struct Ui_DisplayType *, FlagType, 
  31.                      int, FlagType);
  32. extern void ui_net_updateWhole (struct Ui_DisplayType *, FlagType, int, Bool);
  33. extern void ui_net_completeRefresh (struct Ui_DisplayType *, FlagType);
  34.  
  35. #endif /* _UI_NETUPDATE_DEFINED_ */
  36.  
  37.  
  38. /* end of file */
  39. /* lines: 30 */
  40.  
  41. /* 57 lines generated by deleteprivatedefinitions.awk */
  42.